home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / hand_jibe.swf / scripts / DefineButton2_67 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  100b  |  6 lines

  1. on(release){
  2.    _parent.mcSoundObj.playSound("click");
  3.    gotoAndStop("rules 2");
  4.    play();
  5. }
  6.